home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / glib-2.0 / schemas / org.gnucash.dialogs.reconcile.gschema.xml < prev    next >
Extensible Markup Language  |  2014-12-19  |  2KB  |  32 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist gettext-domain="gnucash">
  3.   <schema path="/org/gnucash/dialogs/reconcile/" id="org.gnucash.dialogs.reconcile">
  4.     <key type="b" name="check-cleared">
  5.       <default>true</default>
  6.       <summary>Pre-select cleared transactions</summary>
  7.       <description>If active, all transactions marked as cleared in the register will appear already selected in the reconcile dialog. Otherwise no transactions will be initially selected.</description>
  8.     </key>
  9.     <key type="b" name="auto-interest-transfer">
  10.       <default>false</default>
  11.       <summary>Prompt for interest charges</summary>
  12.       <description>Prior to reconciling an account which charges or pays interest, prompt the user to enter a transaction for the interest charge or payment. Currently only enabled for Bank, Credit, Mutual, Asset, Receivable, Payable, and Liability accounts.</description>
  13.     </key>
  14.     <key type="b" name="auto-cc-payment">
  15.       <default>true</default>
  16.       <summary>Prompt for credit card payment</summary>
  17.       <description>If active, after reconciling a credit card account, prompt the user to enter a credit card payment. Otherwise do not prompt the user for this.</description>
  18.     </key>
  19.     <key type="b" name="always-reconcile-to-today">
  20.       <default>false</default>
  21.       <summary>Always reconcile to today</summary>
  22.       <description>If active, always open the reconcile dialog using today's date for the statement date, regardless of previous reconciliations.</description>
  23.     </key>
  24.     <key type="(iiii)" name="last-geometry">
  25.       <default>(-1,-1,-1,-1)</default>
  26.       <summary>Last window position and size</summary>
  27.       <description>This setting describes the size and position of the window when it was last closed.
  28.         The numbers are the X and Y coordinates of the top left corner of the window
  29.         followed by the width and height of the window.</description>
  30.     </key>
  31.   </schema>
  32. </schemalist>